From e581a7f3ab425d7202bc69bea9cefcf87619d45c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 22 Dec 2016 17:15:24 +0000 Subject: [PATCH] Add patch to reset .gitarchive-info. We have to provide this patch ourselves because dgit can't see how to find it. Signed-off-by: Ian Jackson --- debian/patches/gitarchiveinfo-reset | 9 +++++++++ debian/patches/series | 1 + 2 files changed, 10 insertions(+) create mode 100644 debian/patches/gitarchiveinfo-reset create mode 100644 debian/patches/series diff --git a/debian/patches/gitarchiveinfo-reset b/debian/patches/gitarchiveinfo-reset new file mode 100644 index 0000000000..37dae8ab2c --- /dev/null +++ b/debian/patches/gitarchiveinfo-reset @@ -0,0 +1,9 @@ +diff --git b/.gitarchive-info a/.gitarchive-info +index b901957..83e5b86 100644 +--- b/.gitarchive-info ++++ a/.gitarchive-info +@@ -1,2 +1,2 @@ +-Changeset: b03cee73197f4a37bf2941b9367105187355e638 +-Commit date: Mon, 5 Dec 2016 12:03:27 +0000 ++Changeset: $Format:%H$ ++Commit date: $Format:%cD$ diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000000..eb0453590b --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +gitarchiveinfo-reset -- 2.30.2